popup: Fix up a doc blurb
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 00:43:01 +0000 (20:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 00:43:01 +0000 (20:43 -0400)
The GdkPopup:autohide property was mis-documented.

Fixes: #3197
gdk/gdkpopup.c

index 735567fc32667d89495f103f5a162c6acfa9e70a..91772d3c18eb7af9eabfbbee717f4e76e788e5c7 100644 (file)
@@ -94,7 +94,7 @@ gdk_popup_default_init (GdkPopupInterface *iface)
   g_object_interface_install_property (iface,
       g_param_spec_boolean ("autohide",
                            P_("Autohide"),
-                           P_("The parent surface"),
+                           P_("Whether to hide on outside clicks"),
                            FALSE,
                            G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));